From: Santiago Kozak Date: Sun, 26 Mar 2023 09:31:10 +0000 (-0300) Subject: luci-theme-bootstrap: File input background color X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=b47268a8626a55fcd3f7469ebec6d3502b6464d6;p=project%2Fluci.git luci-theme-bootstrap: File input background color Remove the white background color for the file input elements, this way it'll use the default color defined for input elements, matching the light/dark theme. Signed-off-by: Santiago Kozak (cherry picked from commit d94a7285e57eba268764490ab8317d12e24ecd5f) --- diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index ff489b47cc..6b51189ff9 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -715,7 +715,6 @@ select, } input[type=file] { - background-color: #fff; padding: initial; border: initial; line-height: initial;